home *** CD-ROM | disk | FTP | other *** search
- # ifndef yySemDecls
- # define yySemDecls
-
- # if defined __STDC__ | defined __cplusplus
- # define ARGS(parameters) parameters
- # else
- # define ARGS(parameters) ()
- # endif
-
- # ifndef bool
- # define bool char
- # endif
-
- # include "Tree.h"
- # include "Definiti.h"
-
-
- extern void SemDefinitions ARGS((tDefinitions t));
- extern void SemDeclarations ARGS((tTree t, tTree current_unit));
-
- extern void BeginSemDecls ();
- extern void CloseSemDecls ();
-
- # endif
-